home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- // CustomPalette.h : main header file for the CUSTOMPALETTE DLL
- //
-
- #if !defined(AFX_CUSTOMPALETTE_H__93B6FFAE_3A35_45BD_90F7_FD10006CA3C8__INCLUDED_)
- #define AFX_CUSTOMPALETTE_H__93B6FFAE_3A35_45BD_90F7_FD10006CA3C8__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
-
- /////////////////////////////////////////////////////////////////////////////
- // CCustomPaletteApp
- // See CustomPalette.cpp for the implementation of this class
- //
-
- class CCustomPaletteApp : public CWinApp
- {
- public:
- CCustomPaletteApp();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCustomPaletteApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
-
- //{{AFX_MSG(CCustomPaletteApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_CUSTOMPALETTE_H__93B6FFAE_3A35_45BD_90F7_FD10006CA3C8__INCLUDED_)
-